home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / octa209b.zip / octave-2.09 / PATOS2.ZIP / libcruft / makefile-subdirs.os2 < prev    next >
Makefile  |  1996-11-14  |  652b  |  29 lines

  1. # Makefile for all subdirs in octave's libcruft directory
  2. # Modified by Klaus Gebhardt, 1994 - 1996
  3.  
  4. TOPDIR = ../..
  5.  
  6. ifeq ($(DLLNAME),misc)
  7.  
  8. SPECIAL = gen-d1mach.c d1mach-tst.for machar.c dostop.c
  9. SPECIAL_DEPEND = d1mach.obj machar.obj dostop.obj
  10. DISTFILES = $(subst d1mach.f, , $(DISTFILES))
  11. EXTERNAL_DISTFILES = $(DISTFILES)
  12.  
  13. include $(TOPDIR)/makeconf.os2
  14. include ../makerules.os2
  15.  
  16. d1mach.f: gen-d1mach.exe
  17.     gen-d1mach > d1mach.f
  18.  
  19. # Don't optimize, to avoid gcc-2.3.3 problem.
  20.  
  21. gen-d1mach.exe: gen-d1mach.c
  22.     gcc -DDP -o gen-d1mach.exe gen-d1mach.c -lm
  23. else
  24.  
  25. include $(TOPDIR)/makeconf.os2
  26. include ../makerules.os2
  27.  
  28. endif
  29.